home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Oregon / Atlas of Oregon - Disc 2.iso / pc / buttons / navigationButtons.swf / scripts / DefineSprite_62 / frame_7 / DoAction.as
Encoding:
Text File  |  2002-09-03  |  259 b   |  13 lines

  1. stop();
  2. _parent.previous.page._visible = 1;
  3. _root.pagePairPosition.gotoPage(_currentframe);
  4. _root.pageID(_currentframe);
  5. if(_currentframe == _parent._parent.pages)
  6. {
  7.    _parent.nextArrow._visible = 0;
  8. }
  9. else
  10. {
  11.    _parent.nextArrow._visible = 1;
  12. }
  13.